Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: extract playwright finder #418

Merged
merged 1 commit into from
Feb 13, 2024
Merged

Conversation

pavelfeldman
Copy link
Member

No description provided.

src/playwrightFinder.ts Outdated Show resolved Hide resolved
* limitations under the License.
*/

const path = require('path');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const path = require('path');
import path from 'path';

nit

}
}

console.log({ error: 'Playwright installation no found for ' + process.cwd() });
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't you JSON stringify that?

@pavelfeldman pavelfeldman merged commit e973761 into microsoft:main Feb 13, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants